-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github actions and JDK 11 #164
Conversation
@kermitt2 I've created a Github action that should be able to build it. I tried to run the tests but they fail because there is no data in the database. It should work with the latest grobid version compiled with JDK 11. |
Hi @lfoppiano ! Thank you. Indeed simply removing the About the tests, they can be run only after downloading the data files and installing them, I think it has always been like that. But I can confirm that the tests are fine with the data. I will merge the PR when grobid version 0.8.1 is published - I updated the master so that it works with version 0.8.0 and jdk 11. |
# Conflicts: # build.gradle
I managed to have the build work and it seems that there are issues with the tests. I haven't tried to run it, yet.
Here the broken test classes:
All the failing test are due to the same error, and I think it's due to the fact that I lmdbjni does not exists for arm 64.